home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / pbmpl91d.zip / PBMPLUS / PATCH / PBMPLUSH.DIF < prev    next >
Text File  |  1993-01-08  |  768b  |  33 lines

  1. *** pbmplus.h    Wed Dec 30 04:15:20 1992
  2. --- /pbmplus1.old/pbmplus.h    Sun Oct 11 04:49:44 1992
  3. ***************
  4. *** 91,95 ****
  5.   extern int atoi();
  6.   extern void exit();
  7. ! /*extern long time();*/
  8.   extern int write();
  9.   
  10. --- 91,95 ----
  11.   extern int atoi();
  12.   extern void exit();
  13. ! extern long time();
  14.   extern int write();
  15.   
  16. ***************
  17. *** 101,107 ****
  18.   */
  19.   #include <malloc.h>
  20. ! /*extern char* malloc();
  21.   extern char* realloc();
  22. ! extern char* calloc();*/
  23.   
  24.   /* CONFIGURE: Some systems don't have vfprintf(), which we need for the
  25. --- 101,107 ----
  26.   */
  27.   #include <malloc.h>
  28. ! extern char* malloc();
  29.   extern char* realloc();
  30. ! extern char* calloc();
  31.   
  32.   /* CONFIGURE: Some systems don't have vfprintf(), which we need for the
  33.